@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
color: #1A1A1A;
font-size: 12px;
line-height: 1.4;
margin: 0px;
height: 100%;
}

body {
background-color: #FFFFFF;
height: 100%;
}

p {
  margin: 0px;
}

a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
padding: 0px;
list-style: none;
margin:0;
}

h1{
    margin:0;
}

h2{
    margin:0;
}

.pr_img{
  overflow: hidden;
  position: relative;
}

img.pa_img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
  position: relative;
}

#menu {
    display: none;
}

.flex{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap{
  width: 1150px;
  margin:0 auto;
}


/*************** footer ***************/
.header01{
  background-color: #000;
  height: 25px;
}

.hd_text p{
  font-size: 11px;
  color: #fff;
  line-height: 25px;
}

.hd_nav01 ul li a{
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 25px;
}

.hd_nav01 ul li:first-child a:after{
  content: "/";
  display: inline-block;
  margin: 0 20px;
}

.header02{
  position: relative;
  height: 70px;
}

.header02 .wrap{
  align-items: center;
}

.hd_logo{
  width: 285px;
}

.hd_nav02{
  width: 850px;
}

.hd_contact{
  position: relative;
  background-color: #0243a3;
  width: 140px;
}

.hd_contact a{
  color: #fff !important;
  width: 140px;
  text-align: center;
  transition: 0.3s;
  z-index: 100;
  position: relative;
}

.hd_contact:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 140px;
  border-color: transparent transparent rgba(0,0,0,0.1) transparent;
  line-height: 0px;
  _border-color: #000000 #000000 rgba(0,0,0,0.1) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 0;
  top: 0;
}

.hd_contact:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 140px;
  border-color: transparent transparent transparent rgba(0,0,0,0.1);
  line-height: 0px;
  _border-color: #000000 #000000 #000000 rgba(0,0,0,0.1);
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  right: 0;
  top: 0;
}

.hd_contact:hover{
  background-color: #d2be82;
}

/*ドロップダウンメニュー*/
.menu {
    width: 100%;
    margin: 0 auto;
}

.menu > li {
    height: 70px;
    line-height: 70px;
}

.menu > li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

p.init-bottom_text {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
   color: #d2be82;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 70px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
}

li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
    padding:0;
}

.hd_nav02_img{
  width: 30%;
  height: 18vw;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hd_nav02_img01{
  background-image: url(/wp-content/uploads/2019/12/business_bg01.png);
}

.hd_nav02_img02{
  background-image: url(/wp-content/uploads/2019/12/business_bg02.png);
}

.hd_nav02_img03{
  background-image: url(/wp-content/uploads/2019/12/business_bg03.png);
}

.hd_nav02_box{
    width: 70%;
    padding: 3% 0 0 3%;
}

.hd_nav02_text{
  margin-bottom: 20px;
}

.hd_nav02_text p {
    line-height: 1.8;
    font-size: 14px;
}

.hd_nav02_inbox01 p {
    font-size: 14px;
    color: #666;
    height: auto;
    line-height: 1;
}

.hd_nav02_inbox01 p:after{
  content: "";
  width: 6px;
  height: 12px;
  background-image: url(/wp-content/uploads/2019/12/hd_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 35px;
}

.hd_nav02_inbox li{
  height: auto !important;
  line-height: 1;
  margin-bottom: 20px;
}

.hd_nav02_inbox02{
  margin-right: 55px;
}

p.init-bottom:after{
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #d2be82;
  transition: 0.3s;
  z-index: 100010;
  position: relative;
}

p.init-bottom:hover:after{
  width: 100%;
}

.menu__single_link:hover{
  color: #d2be82;
}

/*************** top ***************/
#top{
  padding: 370px 0 90px 0;
}

h1.top_h1{
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  line-height: 1.5;
}

h1.top_h1 span{
  font-size: 44px;
}

/*************** top_business ***************/

#top_business{
    padding-top: 12vw;
    background-image: url(/wp-content/uploads/2019/12/top_bussiness_bg01.png),url(/wp-content/uploads/2019/12/top_bussiness_bg02.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 70%,90%;
    background-position: top left,bottom right;
    padding-bottom: 16vw;
}

h2.sec_ttl{
  font-size: 20px;
}

h2.sec_ttl span{
  font-size: 14px;
  color: #666666;
  display: block;
  letter-spacing: 1px;
  margin-top: 5px;
}

h2.sec_ttl span.text_blue{
  color: #0a46a0;
  display: inline-block !important;
}

h2.top_business_h2{
  text-align: right;
  margin-bottom: 40px;
  position: relative;
  margin-right: 130px;
}

h2.top_business_h2:before{
    content: "";
    display: block;
    width: 2px;
    height: 7vw;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: -15vw;
}

h2.top_business_h2:after{
    content: "";
    display: block;
    width: 2px;
    height: 7vw;
    background-color: #000;
    position: absolute;
    right: 10px;
    top: -8vw;
}

.top_business_list ul li{
  width: 33.1%;
  height: 25vw;
}

.top_business_list ul li:nth-child(1){
  animation-delay: 0.2s;
}

.top_business_list ul li:nth-child(2){
  margin-top: 35px;
  animation-delay: 0.5s;
}

.top_business_list ul li:nth-child(3){
  margin-top: 70px;
  animation-delay: 0.8s;
}

.top_business_list_ttl{
  height: 35px;
}

.top_business_list_ttl p{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  background-image: url(/wp-content/uploads/2019/12/business_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.top_business_list_box{
  height:100%;
  color: #fff;
  padding: 10%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.top_business_list_box:after{
  content: "";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: 0.3s;
}

.top_business_list_box div{
  position: relative;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
}

.top_business_list_box:hover div{
  opacity: 1;
}

.top_business_list_box:hover:after{
  opacity: 1;
}

.top_business_list ul li:nth-child(1) .top_business_list_box{
  background-image: url(/wp-content/uploads/2019/12/business_bg01.png);
}

.top_business_list ul li:nth-child(2) .top_business_list_box{
  background-image: url(/wp-content/uploads/2019/12/business_bg02.png);
}

.top_business_list ul li:nth-child(3) .top_business_list_box{
  background-image: url(/wp-content/uploads/2019/12/business_bg03.png);
}

.top_business_list_box_text{
  margin-bottom: 30px;
}

.top_business_list_box_text p{
  font-size: 13px;
  line-height: 19px;
  text-shadow: 2px 2px 4px #000;
}

.top_business_list_box_li{
  margin-bottom: 10px;
}

.top_business_list_box_li a{
  color: #fff !important;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
}

.top_business_list_box_li a:after{
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-left: 25px;
    transition: 0.3s;
}

.top_business_list_box_li a:hover:after{
  width: 90%;
}

/*************** top_about ***************/

.abut_ttlbox{
  background-image: url(/wp-content/uploads/2019/12/about_bg.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center left;
}

.top_about_h2{
  margin:0 0 0 auto;
  width: 140px;
  padding: 60px 0 120px 0;
}

.top_aboutbox{
  background-color: rgba(0, 50, 255, 0.03);
  margin-top: -125px;
  padding-top: 65px;
  padding-bottom: 30px;
}

.top_about_list{
  background-color: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.top_about_list ul li{
  width: 355px;
}

.top_about_list_ttl{
  margin-bottom: 20px;
}

.top_about_list_ttl p{
  font-size: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: center left;
  padding: 3px 0 3px 65px;
}

.top_about_list ul li:nth-child(1) .top_about_list_ttl p{
  background-image: url(/wp-content/uploads/2019/12/about_icon01.png);
}

.top_about_list ul li:nth-child(2) .top_about_list_ttl p{
  background-image: url(/wp-content/uploads/2019/12/about_icon02.png);
}

.top_about_list ul li:nth-child(3) .top_about_list_ttl p{
  background-image: url(/wp-content/uploads/2019/12/about_icon03.png);
}

.top_about_list_ttl p span{
  display: block;
  font-size: 11px;
}

.top_about_list_ttl p span:after{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #0a46a0;
}

.top_about_list_bt{
  height: 12px;
  background-color: #000;
  background-image: url(/wp-content/uploads/2019/12/top_about_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

.top_business_list_hvbox{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 305px;
  padding: 0px 0px;
  position: relative;
  transition: 0.3s;
}

.top_about_list_textbox{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0px;
  position: relative;
  transition: 0.3s;
}

.top_about_list ul li:hover .top_about_list_textbox{
  height: 305px;
}

.top_about_list_textbox:after{
  content: "";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.8);
}

.top_about_list ul li:nth-child(1) .top_business_list_hvbox{
  background-image: url(/wp-content/uploads/2019/12/about_img01.png);
}

.top_about_list ul li:nth-child(2) .top_business_list_hvbox{
  background-image: url(/wp-content/uploads/2019/12/about_img02.png);
}

.top_about_list ul li:nth-child(3) .top_business_list_hvbox{
  background-image: url(/wp-content/uploads/2019/12/about_img03.png);
}

.top_about_list_textbox p{
  font-size: 16px;
  color: #fff;
  text-align: justify;
  z-index: 1000;
  position: relative;
  line-height: 20px;
  opacity: 0;
  transition: 0.3s;
  padding: 10px 20px;
}

.top_about_list ul li:hover .top_about_list_textbox p{
  opacity: 1;
}

.sec_bt{
  width: 230px;
  height: 60px;
  margin: 0 auto;
  background-color: #0a46a0;
}

.sec_bt a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  position: relative;
  transition: 0.3s;
}

.sec_bt a:hover{
  padding-left: 90px;
}

.sec_bt a:before{
  content: "";
  width: 45px;
  height: 2px;
  background-color: #000;
  position: absolute;
  display: block;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.sec_bt a:after{
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.sec_bt a:hover:before{
  left: 0;
  background-color: #fff;
}

.sec_bt a:hover:after{
  left: 45px;
}

/*************** top_judicial_scrivener ***************/
#top_judicial_scrivener{
  background-image: url(/wp-content/uploads/2019/12/top_bussiness_bg01.png),url(/wp-content/uploads/2019/12/top_judicial_bg02.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left top,right bottom;
  padding:140px 0;
}

.top_scrivener_ttlbox{
  width: 320px;
  background-image: url(/wp-content/uploads/2019/12/judicial_ttl_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}

.top_scrivener_ttl h2{
  color: #fff;
  text-align: center;
  font-size: 20px;
  background-image: url(/wp-content/uploads/2019/12/judicial_ttl_icon01.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center top;
  padding-top: 75px;
  margin-bottom: 40px;
}

.top_scrivener_ttl h2 span{
  display: block;
  font-size: 13px;
  margin-top: 12px;
  letter-spacing: 1px;
}

.top_scrivener_bt{
  width: 130px;
  height: 30px;
  margin: 0 auto;
}

.top_scrivener_bt a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #0a46a0 !important;
  background-color: #fff;
  transition: 0.3s;
  font-size: 13px;
}

.top_scrivener_bt a:hover{
  background-color: #0a46a0;
  color: #fff !important;
}

.top_scrivener_box{
  width: 830px;
}

.top_scrivener_textbox{
  width: 510px;
  padding: 15px 40px;
}

.top_scrivener_img{
  width: 320px;
}

.top_scrivener_text01{
  margin-bottom: 10px;
}

.top_scrivener_text01 p{
  font-size: 13.5px;
  color: #d2be82;
  font-weight: 600;
}

.top_scrivener_name{
  margin-bottom: 5px;
}

.top_scrivener_name p{
  font-size: 20px;
  font-weight: bold;
}

.top_scrivener_name p span{
  font-size: 13px;
}

.top_scrivener_text02{
  margin-bottom: 10px;
}

.top_scrivener_text02 p{
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}

.top_scrivener_text03 p{
  font-size: 13px;
  line-height: 20px;
}

/*************** top_recruit ***************/
#top_recruit{
  background-image: url(/wp-content/uploads/2019/12/recruitment_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 200px;
  z-index: 1000;
}

#top_recruit a{
  display: block;
  width: 100%;
  height: 100%;
}

#top_recruit .wrap{
  align-items: center;
  height: 200px;
}

h2.top_recruit_h2{
    color: #fff;
    background-color: #0a46a0;
    width: 14%;
    padding-left: 75px;
    position: relative;
    height: 200px;
    padding-top: 75px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 160px;
}

h2.top_recruit_h2:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 150px 0 0;
  border-color: #0a46a0 transparent transparent transparent;
  line-height: 0px;
  _border-color: #0a46a0 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  right: -150px;
}

h2.top_recruit_h2 span{
  color: #fff;
  z-index: 1000;
  position: relative;
  margin-top: 5px;
}

.top_recruit_text{
  width: 520px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}

.top_recruit_bt p{
  display: block;
  width: 35px;
  height: 35px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2019/12/recruitment_icon.png);
  background-color: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

#top_recruit:hover .top_recruit_bt p{
  background-image: url(/wp-content/uploads/2019/12/recruitment_icon01_hv.png);
  background-color: #000;
}

/*************** top_topics ***************/

#top_topics{
  position: relative;
  padding: 5vw 0 6vw 0;
}

#top_topics:before{
  content: "";
  width:49%;
  height: 25vw;
  display: block;
  background-color: #e4eef8;
  position: absolute;
  top: 0;
  left:0;
}

#top_topics:after{
  content: "";
  width:49%;
  height: 25vw;
  display: block;
  background-color: #e4eef8;
  position: absolute;
  bottom: 0;
  right:0;
}

#top_topics .wrap{
  background-color: #fff;
  z-index: 1000;
  position: relative;
  padding: 50px 70px;
}

h2.top_topics_h2{
  position: absolute;
  left: 70px;
  top: 50px;
  z-index: 1000;
}

/*タブ切り替え*/
.tab_wrap{
  position: relative;
}
.tab_wrap input[type="radio"]{display:none;}

.tab_area{
  font-size:0;
  position:absolute;
  left: 0;
  bottom: 0;
}
.tab_area label{
  width:140px; 
  margin:0 5px; 
  display:block; 
  padding:10px 0;
  font-size:17px; 
  cursor:pointer; 
  transition:ease 0.2s opacity;
  border-bottom: 1px solid #e4e4e4;
}

.tab_area label:hover{opacity:0.5;}

.tab_panel{
  width:720px; 
  display:none;
  margin-left: auto;
}

.top_topics_list ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.top_topics_list ul li a p{
  transition: 0.3s;
  font-size: 13px;
}

.top_topics_list ul li a:hover p{
  color: #b1b1b1;
}

.top_topics_list ul li a:hover .top_topics_list_cat p{
  background-color: #d2be82;
  color: #fff;
}

.top_topics_list ul li:nth-child(1) a{
  padding-top: 0px;
}

.top_topics_list ul li:last-child a{
  border-bottom: 0px;
  padding-bottom: 0px;
}

.top_topics_list_date{
  margin-right: 30px;
}

.top_topics_list_ttl p{
  font-size: 14px;
}

.top_topics_list_cat{
  width: 90px;
  height: 25px;
  margin-right: 20px;
}
 
.top_topics_list_cat p{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #4d4d4d;
  line-height: 25px;
}

#tab1:checked ~ .tab_area .tab1_label{
  background:#fff; 
  color:#000;
  border-bottom: 2px solid #d2be82;
}
#tab1:checked ~ .panel_area #panel1{display:block;}

#tab2:checked ~ .tab_area .tab2_label{
  background:#fff; 
  color:#000;
  border-bottom: 2px solid #d2be82;
}
#tab2:checked ~ .panel_area #panel2{display:block;}

#tab3:checked ~ .tab_area .tab3_label{
  background:#fff; 
  color:#000;
  border-bottom: 2px solid #d2be82;}
#tab3:checked ~ .panel_area #panel3{display:block;}

#tab4:checked ~ .tab_area .tab4_label{
  background:#fff; 
  color:#000;
  border-bottom: 2px solid #d2be82;}
#tab4:checked ~ .panel_area #panel4{display:block;}

#tab5:checked ~ .tab_area .tab5_label{
  background:#fff; 
  color:#000;
  border-bottom: 2px solid #d2be82;}
#tab5:checked ~ .panel_area #panel5{display:block;}

.top_topics_bt{
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  bottom: -80px;
  width: 315px;
  height: 50px;
}

.top_topics_bt a{
  line-height: 50px;
}

.top_topics_list {
    min-height: 289px;
}

h2.top_topics_h2 span {
    margin-left: 3px;
}

/*************** footer ***************/
.footer_nav{
    height: 80px;
    background-color: #333333;
    position: relative;
}

.footer_nav li{
    line-height: 80px;
    text-align: center;
    width: 143px;
}

.footer_nav li a{
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.footer_nav li.menu__single:hover{
    background-color: rgba(210,190,130);
}

.footer_nav li:hover a{
   color: #333333;
}

.contact_btn{
    background-image: url(/wp-content/uploads/2019/12/footer_nav_contact_bg.png);
}

.contact_btn a{
    transition: 0.3s;
}

.contact_btn:hover a{
    color: #fff !important;
    transition: 0.3s;
    transform: scale(1.2, 1.2);
}

.footer_main {
    min-width: 1150px;
    margin: 0 auto;
}

.footer_contents{
    padding: 2vw 5vw 2vw 11vw;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.footer_header{
    width: 345px;
    margin-bottom: 10px;
    position: relative;
}

.footer_header img{
  display: block;
}

.footer_header::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  display: block;
}

.footer_header::after{
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    display: block;
    width: 70px;
    height: 40px;
    background-image: url(/wp-content/uploads/2019/12/top_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_contents p{
    line-height: 1.5;
    font-size: 15px;
}

.footer_contents .footer_tel{
    font-size: 32px;
}

.footer_contents .footer_tel span{
    font-size: 20px;
}

.footer_contents ul{
    margin-top: 60px;
}

.footer_contents li{
    display: inline-block;
    font-size: 13px;
}

.footer_contents li a{
    text-decoration: none;
    color: #000;   
}

.footer_contents ul span{
    padding: 0 20px;
}

.footer_map {
    display: inline-block;
}

.footer_map iframe{
    height: 100%;
}

.copyright{
    height: 24px;
    background-color: rgba(210,190,130);
    line-height: 24px;
    text-align: center;
    font-size: 11px;
}

.footer_nav .menu > li{
  height: 80px;
}

.footer_nav .hd_nav02_img{
  height: 14.2vw;
}

.footer_nav li.menu__single:hover ul.menu__second-level{
  top: 80px;
}

.footer_nav p.init-bottom_text{
  color: #fff;
}

.footer_nav p.init-bottom_text:after{
  display: none;
}

.footer_nav .hd_nav02_inbox02 li{
  line-height: 1;
  text-align: left;
}

.footer_nav .hd_nav02_inbox02 li a{
  color: #000 !important;
}

.footer_nav .hd_nav02_inbox02 li a:hover{
  color: #d2be82 !important;
}

.footer_nav li.menu__single ul.menu__second-level{
  top: 80px;
  background-color: #fff;
}

.footer_nav .hd_nav02_text p{
  text-align: left;
}

.footer_contents.sp.footer_contents_ul {
    display: none;
}

.footer_nav .hd_nav02_inbox li {
    width: auto;
}

.footer_nav .hd_contact:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 143px;
  border-color: transparent transparent rgba(0,0,0,0.1) transparent;
  line-height: 0px;
  _border-color: #000000 #000000 rgba(0,0,0,0.1) #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 0;
  top: 0;
}

.footer_nav .hd_contact:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 143px;
  border-color: transparent transparent transparent rgba(0,0,0,0.1);
  line-height: 0px;
  _border-color: #000000 #000000 #000000 rgba(0,0,0,0.1);
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  right: 0;
  top: 0;
}

.footer_map{
  width: 60%;
}

/****************************** common_page ******************************/

.common_page_h1box{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 50px 0 ;
  position: relative;
}

.common_page_h1box:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.6);
}

h1.common_page_h1{
  color: #fff;
  font-size: 25px;
}

h1.common_page_h1:before{
  color: rgba(220, 221, 221, 0.8);
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
}

h1.estate_h1:before{
  content: "Real estate registration";
}

h1.corporate_h1:before{
  content: "Company registration";
}

h1.trust_h1:before{
  content: "Trust";
}

h1.debt_h1:before{
  content: "Debt consolidation";
}

h1.adult_h1:before{
  content: "Adult guardianship";
}

h1.trial_h1:before{
  content: "Trial";
}

h1.other_h1:before{
  content: "Other";
}

h1.about_h1:before{
  content: "About us";
}

h1.introduction_h1:before{
  content: "Judicial scrivener";
}

h1.contact_h1:before{
  content: "Contact";
}

h1.entry_h1:before{
  content: "Entry";
}

h1.recruit_h1:before{
  content: "Recruitment";
}

h1.inheritance_h1:before{
  content: "Inheritance";
}

h1.topics_h1:before{
  content: "Topics";
}

h1.privacy_h1:before{
  content: "Privacy Policy";
}

h1.sitemap_h1:before{
  content: "Sitemap";
}

.common_page_h1box .wrap{
  position: relative;
  z-index: 1000;
}

.breadcrumb{
  margin-top: 15px;
}

.breadcrumb a {
  color: #777 !important;
  font-weight: 600;
}

.common_page_wrap{
  padding: 80px 0 100px 0;
}

.common_page_h2{
  margin-bottom: 20px;
  font-size: 30px !important;
}

.common_page_h2 span{
    font-size: 20px !important;
    margin-top: 2px !important;
}

.common_page_text p {
    font-size: 15px;
    line-height: 1.6;
}

.common_page_text {
    margin-bottom: 15px;
}

.common_page_list ul li{
  width: 370px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  transition: 0.3s;
}

.common_page_list ul li:nth-child(3n){
  margin-right: 0px;
}

.common_page_list ul li a{
  text-decoration: none;
  color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1000;
  position: relative;
}

.common_page_list ul li:hover{
  background-size: 105%;
}

.common_page_list ul li:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.6);
}

.common_page_list ul li:nth-child(1){
  background-image: url(/wp-content/uploads/2019/12/estate_img01.png);
}

.common_page_list ul li:nth-child(2){
  background-image: url(/wp-content/uploads/2019/12/estate_img02.png);
}

.common_page_list ul li:nth-child(3){
  background-image: url(/wp-content/uploads/2019/12/estate_img03.png);
}

.common_page_list ul li:nth-child(4){
  background-image: url(/wp-content/uploads/2019/12/estate_img04.png);
}

.common_page_list ul li:nth-child(5){
  background-image: url(/wp-content/uploads/2019/12/estate_img05.png);
}

.common_page_list ul li a:hover .common_page_list_text02{
  opacity:1;
}

.corporate_page_list ul li:nth-child(1){
  background-image: url(/wp-content/uploads/2019/12/corporate_img01.png);
}

.corporate_page_list ul li:nth-child(2){
  background-image: url(/wp-content/uploads/2019/12/corporate_img02.png);
}

.corporate_page_list ul li:nth-child(3){
  background-image: url(/wp-content/uploads/2019/12/corporate_img03.png);
}

.corporate_page_list ul li:nth-child(4){
  background-image: url(/wp-content/uploads/2019/12/corporate_img04.png);
}

.corporate_page_list ul li:nth-child(5){
  background-image: url(/wp-content/uploads/2019/12/corporate_img05.png);
}

.corporate_page_list ul li:nth-child(6){
  background-image: url(/wp-content/uploads/2019/12/corporate_img06.png);
}

.corporate_page_list02 ul li:nth-child(1){
  background-image: url(/wp-content/uploads/2019/12/corporate_img07.png);
}

.common_page_list_text02{
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  bottom:10px;
  right: 20px;
}

.common_page_list_text02 p{
  font-size: 13px;
  text-align: right;
  color: #fff;
}

.other_page_list ul li:nth-child(1){
  background-image: url(/wp-content/uploads/2019/12/other_img01.png);
}

.other_page_list ul li:nth-child(2){
  background-image: url(/wp-content/uploads/2019/12/estate_img02.png);
}

.other_page_list ul li:nth-child(3){
  background-image: url(/wp-content/uploads/2019/12/other_img02.png);
}

.other_page_list ul li:nth-child(4){
  background-image: url(/wp-content/uploads/2019/12/other_img03.png);
}

.h1box_estate{
  background-image: url(/wp-content/uploads/2019/12/h1_bg_estate.png);
}

.h1box_trust{
  background-image: url(/wp-content/uploads/2019/12/h1_bg_trust.png);
}

.h1box_about{
  background-image: url(/wp-content/uploads/2019/12/h1_bg_about.png);
}

.h1box_other{
  background-image: url(/wp-content/uploads/2019/12/h1_bg_other.png);
}

.h1box_recruit{
  background-image: url(/wp-content/uploads/2019/12/h1_bg_recruit.png);
}

.common_page_list_img {
    width: 30%;
    margin-right: 3%;
}

.common_page_list_img img{
  display: block;
}

.common_page_list_textbox {
    width: 100%;
    padding: 0 20px 0 20px;
}

.common_page_list_ttl p {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.common_page_list_text p {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 10px;
    color: #fff;
}

.common_page_list{
  margin-bottom: 70px;
}

.estate_tablebox_ttl{
  margin-bottom: 10px;
  margin-top: 50px;
}

.estate_tablebox_ttl p {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}

.estate_tablebox_ttl p:before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0a46a0;
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  margin:auto;
}

.estate_table_ttl{
  height: 45px;
  margin-bottom: 10px;
}

.estate_table_ttl h3{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  background-color: #0a46a0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin: 0 !important;
}

.estate_table_ttl h3:before{
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.common_page_text p span {
    font-size: 17px;
    display: block;
    color: #0a46a0;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}

.common_page_text p span:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0a46a0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
}

.estate_table_subttl{
  margin-bottom: 5px;
}

.estate_table_subttl p {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.estate_table_subttl p:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #0a46a0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.estate_table_list_ttl{
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.estate_table_list_ttl p{
  font-weight: 600;
  font-size: 16px;
  color: #0a46a0;
}

.estate_table_list ul{
  border:1px solid #ccc;
  padding: 20px;
  background-color: #fff;
  margin-right: 20px;
  width: 515px;
}

.estate_table_list ul:last-child{
  margin-right: 0px;
}

.estate_table_list ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.estate_table_list ul li:last-child{
  margin-bottom: 0px;
}

.estate_table_listbox {
    margin-bottom: 20px;
}

.estate_table{
    background-color: rgba(10, 70, 160, 0.1);
    padding: 20px 50px 30px 50px;
    margin-bottom: 80px;
}

.estate_table_listbox:last-child{
  margin-bottom: 0px;
}

.estate_table_list ul.estate_table_big{
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0px;
}

.estate_table_big02{
  margin-bottom: 0px !important;
}

span.estate_span{
  display: inline-block;
  margin-right: 42px;
}

.estate_table:last-child{
  margin-bottom: 0px;
}

li.flow_bottom{
  margin-bottom: 25px !important;
}

.jippi_text{
  margin-left: 42px;
  text-align: justify;
}

.estate_table_list_ttl p span {
    font-size: 13px;
    color: #888;
    display: inline-block;
    margin-left: 5px;
}

.common_page_bt {
    width: 320px;
    height: 50px;
}

.common_page_bt a {
    line-height: 50px;
}

.trust_text{
  margin-bottom: 30px;
}

.adult_textbox_ttl p {
    font-weight: 600;
}

.adult_textbox_text p {
    padding-left: 20px;
}

.adult_textbox {
    margin-top: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

.estate_table_list_ttl02{
  margin-top: 10px;
}

.estate_table_list_ttl02 p{
  color: #000;
}

.other_text{
  margin-bottom: 50px;
}

.about_box .top_about_list_ttl{
  margin-bottom: 5px;
}

.common_page_table table{
  width: 100%;
}

.common_page_table table th{
  width: 20%;
  border:1px solid #ccc;
  background-color: #0a46a0;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
}

.common_page_table table td{
  width: 80%;
  padding: 20px 30px;
  font-size: 14px;
  border:1px solid #ccc;
  background-color: #fff;
}

.page_about_about{
  margin-bottom: 50px;
  background-color: rgba(0, 50, 255, 0.03);
  padding: 50px 0;
}

.page_about_map{
  height: 250px;
  padding: 5px;
  border:1px solid #ccc;
  margin-bottom: 30px;
}

.common_page_h2 span{
  margin-top: 3px;
}

.page_introductionbox_inbox{
  background-color: rgba(0, 50, 255, 0.03);
  padding: 10px 40px 10px 40px;
}

.page_introductionbox_inbox .top_scrivener_box{
  width: 100%;
}

.page_introductionbox_inbox .top_scrivener_textbox{
  width: 70%;
  padding-left: 0px;
}

.page_introductionbox_inbox .top_scrivener_name{
  margin-bottom: 10px;
}

.page_introductionbox_inbox .top_scrivener_text01{
  margin-bottom: 10px;
}

.page_introductionbox_inbox .top_scrivener_text02{
  margin-bottom: 10px;
}

.page_introductionbox{
  margin-bottom: 50px;
}

.page_introductionbox:last-child{
  margin-bottom: 0px;
}

.page_introduction_table table th{
  border:none;
  font-size: 14px;
  position: relative;
  text-align: left;
  background-color: #f2f2f2;
  border-bottom: 3px solid #fff;
}

.page_introduction_date:after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #0a46a0;
  position: absolute;
  top: 0;
  bottom:0;
  margin: auto;
  right: -40px;
}

.page_introduction_year{
  color: #0a46a0;
  width: 9%;
  padding-left: 30px;
}

.page_introduction_date{
  width: 15%;
}

.page_introduction_table table td{
  border:none;
  padding: 10px 0 10px 70px;
  font-size: 14px;
  line-height: 1.5;
  width:75%;
  background-color: #f2f2f2;
  border-bottom: 3px solid #fff;
}

span.hissu{
    width: 40px;
    display: inline-block;
    margin-right: 5px;
    background-color: #9a8b5c;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 3px;
}

span.ninni{
    width: 40px;
    display: inline-block;
    margin-right: 5px;
    background-color: #b3adad;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 3px;
}

div#btn-wrap{
  justify-content: center;
}

button.kakunin{
    width: 320px;
    height: 60px;
    background-color: #0a46a0;
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    position: relative;
    transition: 0.3s;
    padding: 0;
    border-radius: 0px;
}

button.kakunin:before{
    content: "";
    width: 45px;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

button.kakunin:hover:before {
    left: 0;
    background-color: #fff;
}

button.kakunin:after{
    content: "";
    width: 45px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

button.kakunin:hover:after {
    left: 45px;
}

button.soshin{
    width: 320px;
    height: 60px;
    background-color: #0a46a0;
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    position: relative;
    transition: 0.3s;
    padding: 0;
    border-radius: 0px;
}

button.soshin:before{
    content: "";
    width: 45px;
    height: 2px;
    background-color: #000;
    position: absolute;
    display: block;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

button.soshin:hover:before {
    left: 0;
    background-color: #fff;
}

button.soshin:after{
    content: "";
    width: 45px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

button.soshin:hover:after {
    left: 45px;
}

button.back-btn {
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 100px;
    border-radius: 0px;
    background-color: #5d5c5c;
    font-size: 16px;
    margin-right: 70px;
}

.common_page_table table td input[type="text"]{
  width: 100%;
}

.common_page_table table td input[type="email"]{
  width: 100%;
}

.common_page_table table td .your_tel{
  width: 100px !important;
}

textarea.textarea{
  height: 200px;
}

.common_page_comming p {
    font-size: 40px;
    text-align: center;
    color: #888;
    font-weight: 600;
    letter-spacing: 5px;
}

.single_kiji {
    width: 800px;
}

.single_ttlbox{
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single_ttl_date {
    margin-right: 25px;
}

.single_ttl_cat {
    width: 90px;
    height: 25px;
    background-color: #d2be82;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.single_ttl{
  width: 100%;
  margin-top: 10px;
}

.single_ttl p{
  font-size: 18px;
  font-weight: 600;
}

.single_text p {
    font-size: 14px;
    line-height: 1.5;
}

.single_text h2{
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #0a46a0;
  position: relative;
  padding: 10px 10px 10px 30px;
  border-bottom: 2px solid #0a46a0;
  margin-top: 30px;
}

.single_text h2:before{
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: #0a46a0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.single_text h3{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}

.single_text h3:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0a46a0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single_text h4{
    font-weight: 600;
    font-size: 14px;
    color: #0a46a0;
    margin: 10px 0 5px 0;
}

.singleSidebar h2 {
  background-color: #fff1b1;
  color: #4d4d4d;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.singleSidebar h2:after{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #4d4d4d;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.singleSidebar h2:before{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #4d4d4d;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.singleSidebar li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 5px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.singleSidebar li:last-child a{
  border-bottom: 0px;
}

.singleSidebar li a span {
    display: block;
    font-size: 13px;
}

.archive_postbox{
  align-items: center;
}

.archive article a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000 !important;
}

.archive article{
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin: 0;
}

.archive_postbox .date{
  margin-right: 25px;
}

.archive_postbox .cat{
    width: 90px;
    height: 25px;
    background-color: #d2be82;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-right: 25px;
}

.archive_postbox .ttl{
  font-size: 16px;
}

nav.navigation.pagination h2 {
    display: none;
}

.nav-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-left: 0 !important;
    margin-top: 30px;
}

span.page-numbers.current {
    width: 30px;
    display: inline-block;
    height: 30px;
    border: 0px solid #0a46a0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color:#0a46a0;
    color: #fff;
    margin-right:10px;
    padding: 0 !important;
}

a.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    color: #000 !important;
    text-decoration: none;
    background-color: #ccc;
    margin-right: 10px;
    padding: 0 !important;
}

a.next.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 0;
}

a.next.page-numbers:before{
  content: ">";
  color: #000;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin: auto;
  font-size: 15px;
}

a.next.page-numbers span {
    display: none !important;
}

a.next.page-numbers svg {
    display: none !important;
}

nav.navigation.pagination {
    margin-left: auto;
}

span.nav-prev-text {
    display: none;
}

svg.svg-icon {
    display: none;
}

a.prev.page-numbers{
  position: relative;
}

a.prev.page-numbers:after{
  content: "<";
  color: #000;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin: auto;
  font-size: 15px;
}

span.nav-prev-text {
    display: none !important;
}

.nav-links a.prev.page-numbers svg.svg-icon{
  display: none;
}

dl.privacypage_dl {
    margin: 0;
}

dl.privacypage_dl dt {
    color: #0a46a0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

dl.privacypage_dl dd{
  margin:0 0 15px 0;
  font-size: 14px;
}

#sitemap_list li {
    padding-bottom: 0px !important;
    background-color: rgba(10, 70, 161, 0.03);
    margin-bottom: 5px;
    padding: 10px 10px 10px 20px !important;
}

#sitemap_list a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

li.cat-item ul{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

li.cat-item ul li{
  margin-left: 20px !important;
  padding-left: 10px !important;
  background:none !important;
  position: relative;
}

li.cat-item ul li:first-child{
  margin-left: 0px !important;
  padding-left: 0px !important;
}

li.cat-item ul li a{
  color: #777 !important;
}

#sitemap_list .posts_in_category{
  display: none !important;
}

.mw_wp_form_complete p {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}

.contact_page_telbox.flex {
    background-color: #f2f2f2;
    padding: 10px 20px;
    align-items: center;
    width: 465px;
    position: absolute;
    right: 0;
    top: 0;
}

.contact_page_telbox.flex.sp{
  display: none;
}

.contact_page_tel_tex p {
    font-size: 14px;
    font-weight: 600;
}

.contact_page_tel_tex {
    margin-right: 10px;
}

.contact_page_tel {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #0a46a0;
}

.contact_page_tel a{
  color: #0a46a0 !important;
}

.contact_page_tel span {
    font-size: 15px;
}

.contact_page_wrap .wrap{
  position: relative;
  padding-top: 20px;
}

#sitemap_list a:before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background-color: #0a46a0;
  vertical-align: middle;
}

.takusu_link {
    width: 440px;
    transition: 0.3s;
}

.takusu_link:hover{
  opacity: 0.7;
}

.page_scrivener_text01 p{
  font-weight: 600;
  font-size: 16px;
  color: #a28f53;
}

.page_introduction_table02 table th{
  width: 25%;
}

.page_introduction_table02 table td{
  width: 75%;
}

.single_kiji article {
    margin-bottom: 50px;
}

.entryBtn {
    margin-top: 50px;
}

.entryBtn a {
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    background: #053b93;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 750px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

body{
  min-width: auto;
  display: block;
}

/*spmenu~*/
.sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.sp_pr {
    position: relative;
}
.slicknav_menu .slicknav_menutxt {
    display: none !important;
}
.slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
    background-color: #0a46a0;
}
a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
}
/*SPMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 3px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: -1.6px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
}
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
}
/*kokomade*/
.slicknav_menu .slicknav_menutxt {
    display: none;
}
.slicknav_menu {
    background-color: #fff;
    box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
    padding: 10px 5px;
}
a.slicknav_btn {
    margin: 11px 5px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
}
.slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
}
.slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}
.slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(/wp-content/uploads/2019/12/hd_icon.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 25px;
}

.slicknav_nav p {
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 80%;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(/wp-content/uploads/2019/12/sp_menu_icon01.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 5px 10px 5px 25px;
    background-color: #0a46a0;
}

.switchHat_first{
  margin-top: 5px;
}

.slicknav_nav a:last-child{
  border-bottom: 0px;
}

p.closeBtnHat{
  display: none;
}

.switchDetail a{
  background-color: #f2f2f2;
}

.slicknav_nav a:hover{
  background-color: #fff;
  background-image: url(/wp-content/uploads/2019/12/hd_icon.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right 15px center;
}

/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 200px;
    top: 17.5px;
    left: 10px;
}

.sp_hd_tel {
    position: absolute;
    width: 16px;
    top: 19.5px;
    right: 75px;
}

.sp_hd_mail {
    position: absolute;
    width: 20px;
    top: 22.5px;
    right: 45.5px;
}

.wrap{
  max-width: 94%;
}

/*************** top ***************/
#top {
    padding: 60vw 0 20vw 0;
    margin-top: 61px;
    background-image: url(/wp-content/uploads/2019/12/top_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1.top_h1 {
    font-size: 4vw;
    text-align: left;
}

h1.top_h1 span {
    font-size: 7vw;
}

/*************** top_business ***************/

h2.top_business_h2:before {
    height: 8vw;
    left: 10px;
    top: -20vw;
}

h2.top_business_h2:after {
    height: 8vw;
    left: 10px;
    top: -12vw;
}

h2.top_business_h2 {
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: left;
}

h2.sec_ttl {
    font-size: 5vw !important;
}

h2.sec_ttl span {
    font-size: 4vw !important;
    margin-top: 1px !important;
}

.top_business_list ul li {
    width: 100%;
    height: auto;
}

.top_business_list_ttl p {
    background-size: cover;
    font-size: 14px;
}

.top_business_list_box {
    padding: 3vw;
    height: auto;
}

.top_business_list_box div {
    opacity: 1;
}

.top_business_list_box:after {
    opacity: 1;
}

.top_business_list ul li:nth-child(2) {
    margin-top: 0px;
}

.top_business_list ul li:nth-child(3) {
    margin-top: 0px;
}

.top_business_list_box_text {
    margin-bottom: 3vw;
}

.top_business_list_box_li a {
    font-size: 15px;
    background-color: #fff;
    color: #000 !important;
    padding: 0 3vw;
    height: 25px;
    line-height: 25px;
    display: block;
    border-radius: 3px;
}

.top_business_list_box_li{
  margin-bottom: 3vw;
  margin-right: 3vw;
}

.top_business_list_box_li:last-child{
  margin-bottom: 0px;
}

.top_business_list_box_ul {
    display: flex;
    flex-wrap: wrap;
}

.top_business_list_box_li a:after{
  display: none;
}

/*************** top_about ***************/

.abut_ttlbox {
    background-image: none;
}

.top_about_h2 {
    margin: 0 0 5vw 0;
    padding: 0;
    width: auto;
}

.top_aboutbox {
    margin-top: 0;
    padding-top: 7vw;
    padding-bottom: 5vw;
}

.top_about_list {
    padding: 3vw;
    margin-bottom: 5vw;
}

.top_about_list_ttl {
    margin-bottom: 2vw;
}

.top_about_list_ttl p {
    font-size: 16px;
    background-size: 35px;
    padding-left: 40px;
}

.top_about_list ul li {
    width: 100%;
    margin-bottom: 3vw;
}

.top_business_list_hvbox {
    height: auto;
}

.top_about_list_textbox {
    height: auto;
}

.top_about_list_textbox p {
    opacity: 1;
    line-height: 1.5;
    text-align: justify;
    padding: 4vw;
}

.top_about_list_bt {
    display: none;
}

.top_about_list ul li:hover .top_about_list_textbox{
  height: auto;
}

.sec_bt {
    height: 40px;
}

.sec_bt a {
    line-height: 40px;
    font-size: 14px;
}

.sec_bt a:before {
    width: 25px;
    left: -25px;
}

.sec_bt a:hover:before{
  left: 0px;
}

.sec_bt a:after {
    width: 25px;
}

.sec_bt a:hover:after{
  left: 25px;
}

.sec_bt a:hover{
  padding-left: 0;
}

/*************** top_judicial_scrivener ***************/

#top_judicial_scrivener {
    padding: 10vw 0;
}

.top_scrivener_ttlbox {
    width: 100%;
    padding: 5vw 0;
    margin-bottom: 3vw;
}

.top_scrivener_ttl h2 {
    background-size: 35px;
    padding-top: 35px;
    font-size: 17px;
    margin-bottom: 3vw;
}

.top_scrivener_ttl h2 span {
    margin-top: 0vw;
    font-size: 13px;
}

.top_scrivener_bt a {
    color: #fff !important;
    background-color: #0a46a0;
}

.top_scrivener_box {
    width: 100%;
}

.top_scrivener_textbox {
    width: 100%;
    padding: 3vw 3vw 0 3vw;
}

.top_scrivener_text01 {
    margin-bottom: 1vw;
}

.top_scrivener_name {
    margin-bottom: 1vw;
}

.top_scrivener_name p {
    font-size: 17px;
}

.top_scrivener_name p span {
    font-size: 13px;
}

.top_scrivener_text02 p {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}

.top_scrivener_text02 {
    margin-bottom: 2vw;
}

.top_scrivener_text03 p {
    line-height: 1.5;
}

.top_scrivener_img {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.top_scrivener_img img{
  display: block;
}

/*************** top_recruit ***************/

h2.top_recruit_h2 {
    position: static;
    width: 100%;
    height: auto;
    padding: 5vw;
}

h2.top_recruit_h2:after {
  display: none;
}

#top_recruit .wrap {
    height: auto;
    padding: 5vw 3vw 3vw 3vw;
}

.top_recruit_text {
    width: 80%;
    margin: 0;
}

.top_recruit_bt p {
    width: 30px;
    height: 30px;
    background-size: 15px;
}

#top_recruit {
    height: auto;
    padding: 0 0 5vw 0;
}

/*************** top_topics ***************/

#top_topics {
    padding: 10vw 0;
    margin-bottom: 15vw;
}

#top_topics .wrap {
    padding: 4vw;
}

h2.top_topics_h2 {
    position: static;
    margin-bottom: 5vw;
}

.tab_area {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5vw;
}

.tab_area label {
    width: 32%;
    padding: 2vw 0;
    margin: 0 0 0 0;
    font-size: 14px;
    text-align: center;
}

label.tab4_label {
    width: 49%;
    margin-left: 0px;
    padding-top: 3vw;
}

label.tab5_label {
    width: 48%;
    padding-top: 3vw;
}

label.tab1_label {
    margin-left: 0;
}

.tab_panel {
    width: 100%;
}

.top_topics_list_date {
    margin-right: 10px;
}

.top_topics_list_ttl {
    width: 100%;
    margin-top: 2vw;
}

.top_topics_list ul li a {
    flex-wrap: wrap;
    padding: 4vw 0px;
}

.top_topics_list_cat {
    height: 20px;
}

.top_topics_list_cat p {
    line-height: 20px;
}

.top_topics_bt {
  width: 230px;
}

.top_topics_list_ttl p {
    font-size: 13px;
    line-height: 1.5;
}

.top_topics_list ul li:nth-child(4){
  display: none;
}

.top_topics_list ul li:nth-child(5){
  display: none;
}

.top_topics_list {
    min-height: auto;
}

/*************** footer ***************/
.top_footer{
    margin-top: 0px;
}

.footer_contents{
    width: 100%;
    margin: 5vw 0;
    padding: 0;
}


.footer_main {
    min-width: 0; 
}

.footer_map{
    width: 100%;
    height: 40vw;
}

.footer_map iframe{
    width: 100%;
    height: 100%;
}

.footer_contents ul {
    width: 200px;
    margin:0 auto;
}

.footer_header {
    width: 70vw;
    margin: 0 auto 5vw auto;
    position: relative;
}

.footer_header::after {
    left: -20%;
    height: 10vw;
}

.footer_contents p{
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

.footer_contents .footer_tel{
    font-size: 20px;
    text-align: center;
    color: #000;
}

.footer_contents .footer_tel span{
    font-size: 13px;
}

.footer_contents_ul{
  padding: 3vw 0;
  margin: 0;
  background-color: #000;
}

.footer_contents_ul ul li a{
  color: #fff;
}

.footer_contents_ul span{
  color: #fff;
}

.common_page_h1box {
    margin-top: 61px;
    padding: 20vw 0 10vw 0;
}

h1.common_page_h1 {
    font-size: 4.5vw;
}

h1.common_page_h1:before {
    font-size: 7.5vw;
    margin-bottom: 1vw;
}

.common_page_wrap{
  padding: 10vw 0 0 0;
  margin-bottom: 10vw;
}

.common_page_h2 {
    margin-bottom: 3vw;
}

.common_page_text p {
    font-size: 13px;
}

.common_page_list ul li {
    width: 100%;
    max-width: 370px;
    margin-right: 0px;
    margin: 0 auto 2vw auto;
    height: 25vw;
}

.common_page_list ul li:nth-child(3n){
  margin-right: auto;
}

.common_page_list ul li a:after{
    content: "↓";
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 1vw;
    bottom: 0vw;
    font-weight: bold;
}

.common_page_list ul li a:hover .common_page_list_text02{
  opacity: 0;
}

.common_page_list_text p {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 2vw;
}

.common_page_list {
    margin-bottom: 10vw;
}

.estate_tablebox_ttl {
    margin-bottom: 1vw;
    margin-top: 0vw;
}

.common_page_text {
    margin-bottom: 4vw;
}

.estate_table_ttl h3 {
    font-size: 14px;
}

.estate_table_ttl {
    margin-bottom: 2vw;
}

.estate_table {
  padding: 5vw 3vw;
  margin-bottom: 8vw;
}

.estate_table_list ul li {
    width: 100%;
    margin-bottom: 3px;
    font-size: 13px;
}

.estate_table_list ul {
    margin-right: 0px;
    margin-bottom: 2vw;
    padding: 4vw;
    width: 100%;
}

.estate_table_subttl p {
    font-size: 14px;
}

.estate_table_listbox{
  margin-bottom: 3vw;
}

.common_page_bt {
    width: 230px;
}

.adult_textbox_text p {
    padding-left: 0;
}

.common_page_table table th {
    display: block;
    width: 100%;
    padding: 3vw;
    font-size: 13px;
}

.common_page_table table td {
    display: block;
    width: 100%;
    border-width: 0px 1px;
    padding: 3vw;
    font-size: 13px;
}

.common_page_table table {
    border-bottom: 1px solid #ccc;
}

.about_box .top_about_list {
    margin: 0;
}

.about_box {
    margin-bottom: 3vw;
}

.page_about_about {
    margin-bottom: 7vw;
    padding: 4vw 0;
}

.page_about_map {
    height: 50vw;
    margin-bottom: 5vw;
}

.page_introductionbox_inbox {
    padding: 3vw;
}

.page_introductionbox_inbox .top_scrivener_textbox {
    width: 100%;
}

.page_introductionbox_inbox .top_scrivener_text01 {
    margin-bottom: 2vw;
}

.page_introductionbox_inbox .top_scrivener_name {
    margin-bottom: 1vw;
}

.page_introductionbox_inbox .top_scrivener_text02 {
    margin-bottom: 1vw;
}

.page_introductionbox_inbox .top_scrivener_img{
  margin-bottom: 2vw;
}

.page_introductionbox{
  margin-bottom: 10vw;
}

.page_introduction_table table th {
    font-size: 13px;
    display: block;
    border: none;
}

.page_introduction_year {
    width: 23%;
    display: block;
    padding: 3vw 0 0vw 3vw;
}

.page_introduction_date {
    width: 77%;
    padding: 3vw 0 0vw 2vw;
}

.page_introduction_table table td {
    display: block;
    width: 100%;
    padding: 1vw 3vw 3vw 3vw;
    font-size: 13px;
    border-bottom: 4px solid #fff;
}

.page_introduction_table table tr {
    display: flex;
    flex-wrap: wrap;
}

.page_introduction_date:after{
  display: none;
}

.common_page_comming p {
    font-size: 10vw;
}

.single_ttl_date {
    margin-right: 10px;
}

.single_ttl {
    margin-top: 2vw;
}

.single_ttl p {
    font-size: 15px;
}

.single_ttlbox {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.archive_postbox .date {
    margin-right: 10px;
}

.archive_postbox .ttl {
    width: 100%;
    font-size: 14px;
    margin-top: 2vw;
}

.archive article {
    padding: 4vw 0;
}

.pagination .nav-links {
    margin-top: 3vw;
}

dl.privacypage_dl dd {
    font-size: 13px;
    margin-bottom: 3vw;
}

textarea.textarea{
  height: 40vw;
}

button.kakunin {
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

button.kakunin:before {
    width: 25px;
    left: -25px;
}

button.kakunin:after {
    width: 25px;
}

button.kakunin:hover:after{
  left:25px;
}

#sitemap_list a {
    font-size: 13px;
}

li.cat-item ul li {
    margin-left: 20px !important;
}

#sitemap_list .posts_in_category {
    padding-left: 3px !important;
}

#sitemap_list li{
  padding-bottom: 5px !important;
}

.mw_wp_form_complete p {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}

.mw_wp_form_complete p {
    font-size: 14px;
    text-align: left;
}

.contact_page_telbox.flex.sp{
  display: flex !important;
  position: static;
  width: 100%;
  margin-bottom: 5vw;
  padding: 3vw 0 2vw 0;
}

.contact_page_tel_tex {
    width: 100%;
    text-align: center;
    margin-right: 0px;
}

.contact_page_tel {
    width: 100%;
    text-align: center;
}

.contact_page_tel a {
    display: block;
    width: 100%;
    height: 100%;
}

.common_page_table table td .your_tel {
    width: 26vw !important;
}

.contact_page_tel_tex p{
  margin: 0;
  font-size: 13px;
}

.estate_tablebox_ttl p{
  font-size: 5vw;
}

.top_business_list_box_li span.sp {
    display: inline-block;
    margin-right: 5px;
}

.top_about_list_ttl p span{
  font-size: 12px;
}
.top_scrivener_text01 p {
    font-size: 15px;
    text-align: justify;
}

.common_page_list_ttl p {
    font-size: 15px;
}

.common_page_list_textbox {
    padding: 0 5vw;
}

.takusu_link{
  width: 100%;
}

.estate_table_ttlbox {
    padding-top: 10vw;
    margin-top: -10vw;
}

.single_kiji article {
    margin-bottom: 5vw;
}

.single_text h2 {
    margin-top: 2vw;
}

.recruitContent .mainText {
    font-size: 18px;
    padding-left: 30px;
}

.recruitContent .mainText:before {
    width: 20px;
    left: 5px;
}

.recruitContent h3 {
    font-size: 18px;
}

.jobDescription .title {
    font-size: 16px;
}

.jobDescription .content {
    font-size: 13px;
}

table.recruitTable th, table.recruitTable td {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 10px 15px;
}

table.recruitTable th {
    text-align: left;
    font-size: 15px;
}

.entryBtn a {
    width: 100%;
    font-size: 13px;
}

}